Smart Bookmark
Parameterized bookmarks
Wat is Smart Bookmark?
Smart Bookmark is een Chrome-extensie ontwikkeld door Palani, en de belangrijkste functie is "Parameterized bookmarks".
Extensie Screenshots
Download het CRX-bestand van de extensie Smart Bookmark
Download Smart Bookmark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Smart Bookmark |
ID | mpfiileealgkmkapkjcfghdahbpjpaof |
Officiële URL | https://chromewebstore.google.com/detail/smart-bookmark/mpfiileealgkmkapkjcfghdahbpjpaof |
Beschrijving | Parameterized bookmarks |
Bestandsgrootte | 55.88 KB |
Aantal Installaties | 47 |
Huidige Versie | 1.1.0.1 |
Laatst Bijgewerkt | 2020-10-04 |
Publicatiedatum | 2020-08-11 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Palani |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/palaniappa/smartbookmarks/blob/master/README.md |
Help Pagina-URL | https://github.com/palaniappa/smartbookmarks/issues |
Ondersteunde Talen | 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" ] } } |