Smart Bookmark
Parameterized bookmarks
Was ist Smart Bookmark?
Smart Bookmark ist eine Chrome-Erweiterung, die von Palani entwickelt wurde, und ihr Hauptmerkmal ist "Parameterized bookmarks".
Erweiterungsscreenshots
Smart Bookmark-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smart Bookmark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Smart Bookmark |
ID | mpfiileealgkmkapkjcfghdahbpjpaof |
Offizielle URL | https://chromewebstore.google.com/detail/smart-bookmark/mpfiileealgkmkapkjcfghdahbpjpaof |
Beschreibung | Parameterized bookmarks |
Dateigröße | 55.88 KB |
Installationsanzahl | 47 |
Aktuelle Version | 1.1.0.1 |
Letztes Update | 2020-10-04 |
Veröffentlichungsdatum | 2020-08-11 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | Palani |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/palaniappa/smartbookmarks/blob/master/README.md |
Hilfeseite URL | https://github.com/palaniappa/smartbookmarks/issues |
Unterstützte Sprachen | 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" ] } } |