In-Site Bookmark
A simple in-site bookmark manager. Lists bookmarks for only the site you are viewing (like: chrome.google.com). Notice: Bookmarks…
What is In-Site Bookmark?
In-Site Bookmark is a Chrome extension developed by tkrkt, and its main feature is "A simple in-site bookmark manager. Lists bookmarks for only the site you are viewing (like: chrome.google.com). Notice: Bookmarks…".
Extension Screenshots
Download In-Site Bookmark Extension CRX File
Download In-Site Bookmark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple in-site bookmark manager.
Lists bookmarks for only the site you are viewing (like: chrome.google.com).
Notice: Bookmarks added with this extension are kept internally, separate from your browser's bookmarks. Extension Basic Information
| Name | |
| ID | mpleiaoobkcpaedlgmpnlohojkbjgfbj |
| Official URL | https://chromewebstore.google.com/detail/in-site-bookmark/mpleiaoobkcpaedlgmpnlohojkbjgfbj |
| Description | A simple in-site bookmark manager. Lists bookmarks for only the site you are viewing (like: chrome.google.com). Notice: Bookmarks… |
| File Size | 77.71 KB |
| Installation Count | 55 |
| Current Version | 1.3.0 |
| Last Updated | 2023-08-30 |
| Publish Date | 2019-05-23 |
| Rating | 4.50/5 Total 2 Ratings |
| Developer | tkrkt |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "In-Site Bookmark",
"version": "1.3.0",
"permissions": [
"activeTab",
"storage",
"unlimitedStorage",
"tabs",
"bookmarks",
"downloads"
],
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"icons": {
"128": "icon-128.png"
}
} | |