Smart Bookmark
Parameterized bookmarks
What is Smart Bookmark?
Smart Bookmark is a Chrome extension developed by Palani, and its main feature is "Parameterized bookmarks".
Extension Screenshots
Download Smart Bookmark Extension CRX File
Download Smart 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
Bookmark urls with parameters. Works similar to postman URL with parameters. The parameter value can be customised with Current Tab properties or JavaScript or JavaScript in current tab. 1. Create parameterised bookmarks that take different form in different tabs. 2. Empower bookmarks with runtime values from java scripts. 3. Copy some value from the current page and open a new tab with the copied value as query parameter. Make your developer day easier by customising the bookmarks. Documentation and source code: https://github.com/palaniappa/smartbookmarks/blob/master/README.md
Extension Basic Information
Name | Smart Bookmark |
ID | mpfiileealgkmkapkjcfghdahbpjpaof |
Official URL | https://chromewebstore.google.com/detail/smart-bookmark/mpfiileealgkmkapkjcfghdahbpjpaof |
Description | Parameterized bookmarks |
File Size | 55.88 KB |
Installation Count | 47 |
Current Version | 1.1.0.1 |
Last Updated | 2020-10-04 |
Publish Date | 2020-08-11 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Palani |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/palaniappa/smartbookmarks/blob/master/README.md |
Help Page URL | https://github.com/palaniappa/smartbookmarks/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Bookmark", "description": "Parameterized bookmarks", "version": "1.1.0.1", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "bookmarkicon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "*.png", "*.css", "js\/*.js" ], "icons": { "16": "bookmarkicon.png", "48": "bookmarkicon.png", "128": "bookmarkicon.png" }, "background": { "scripts": [ "js\/vendor.js", "js\/background.js" ] }, "permissions": [ "identity", "activeTab", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/apis.google.com 'unsafe-eval'; object-src 'self' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com https:\/\/apis.google.com", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwJWNKQP6HmBMuT6d5ZHmFkPvTTdNYfowagJ7Yca\/sOXHABrGaxsXHP1c9qF8VoBV764wgtU5qJMX8zORY1QMmmMAcHeu+9myNGnxYEcxCX40CtOKwbv\/j4MIq6dP83QspxeuadrXDbLpwPye2d0j0Wc5+C4ryBZQsUoDO+q9j7yxhU+VrlTcSkDDTQCbp90IueBr8tawMSMdMI3a8lC8ndPUGZmjqme0Ylqid1yyGHLMc3Fg6T8qTEXNS91hkuubvETfHaex2mOQw0RsBZW0sjFt\/pg+mfAJqvo0qoBAaYsrYEUls1r0uuKwo\/+QdT9p1OXPctsW6lOX+e9rno2HIwIDAQAB", "oauth2": { "client_id": "177630958946-qukmj378oknsokibjrhg0l78fmcijjac.apps.googleusercontent.com", "scopes": [ "openid", "email", "profile" ] } } |