Simple Notepad
ID: nldebakbjbmjaikgkbpladlpjlefomap
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- ishootbwView Profile
- Privacy
- Privacy Policy
- Country
- USA
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
- Address
- 11923 NE Sumner St STE 690937 Portland, Oregon 97220 USA
Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.
Simple Notepad saves any plain text quickly and fast with no frills. Just insert your text manually or from your clipboard and here you go. - No unneeded stuff - Saves up to 4 Tabs - Fast and plain - Nice dark theme - converts your html text to plain
A `hello()` function opens a WhatsApp URL assembled from DOM inputs and then calls `chrome.tabs.executeScript({file:'alert.js'})`. Neither `alert.js` nor the form inputs (`number`, `ccode`) referenced here exist in the bundle or popup.html — this function is entirely orphaned/dead code. While it cannot execute at runtime (missing file, no trigger, missing DOM elements), its presence in a simple notepad extension is unexplained and suggests the extension was derived from unrelated code. The `chrome.tabs.executeScript` call without `tabId` would attempt to inject into the active tab, which is a privilege the extension does not appear to legitimately need.
function hello() { var word = document.getElementById("number") .value; var country = document.getElementById("ccode") .value; word = parseInt(word); chrome.windows.create({ url: 'https://api.whatsapp.com/send?phone=' + country + word, type: 'panel' }); chrome.tabs.executeScript({ file: 'alert.js' });}By severity
Versions scanned
None of the 1 scanned version has more than one unique code-review finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| No versions with multiple unique findings. | |
Files with findings
1 distinct path — top paths by unique finding count:
- popup.js1
URLs
View the external URLs this extension communicates with to understand its network activity and data interactions.
Gain full insight into all external connections.
Upgrade for full visibility.
Gain full insight into all external connections.
Upgrade for full visibility.
Browse and explore files within this extension package
Gain full insight into all external connections.
Upgrade for full visibility.