Scrapp Bookmarks
Your bookmarks everywhere
What is Scrapp Bookmarks?
Scrapp Bookmarks is a Chrome extension developed by http://scrapp.it, and its main feature is "Your bookmarks everywhere".
Extension Screenshots
Download Scrapp Bookmarks Extension CRX File
Download Scrapp Bookmarks 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
Scrapp is a lightweight, universal bookmark manager that helps you manage, maintain and read your bookmarks, wherever you are
Extension Basic Information
Name | |
ID | jmiogmifcbkjjdihfnhcdnihomddaefb |
Official URL | https://chrome.google.com/webstore/detail/scrapp-bookmarks/jmiogmifcbkjjdihfnhcdnihomddaefb |
Description | Your bookmarks everywhere |
File Size | 8.75 KB |
Installation Count | 360 |
Current Version | 1.0 |
Last Updated | 2019-11-06 |
Publish Date | 2019-11-06 |
Rating | 3.00/5 Total 2 Ratings |
Developer | http://scrapp.it |
Payment Type | free |
Extension Website | https://scrapp.it |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scrapp Bookmarks", "version": "1.0", "description": "Your bookmarks everywhere", "permissions": [ "tabs" ], "icons": { "32": "icon-only-32.png", "192": "icon-192.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-only-32.png" }, "manifest_version": 2 } |