Smart Bookmark
Parameterized bookmarks
Qu'est-ce que Smart Bookmark ?
Smart Bookmark est une extension Chrome développée par Palani, et sa fonction principale est "Parameterized bookmarks".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Smart Bookmark
Téléchargez les fichiers d'extension Smart Bookmark au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Smart Bookmark |
ID | mpfiileealgkmkapkjcfghdahbpjpaof |
URL Officiel | https://chromewebstore.google.com/detail/smart-bookmark/mpfiileealgkmkapkjcfghdahbpjpaof |
Description | Parameterized bookmarks |
Taille du Fichier | 55.88 KB |
Nombre d'Installations | 47 |
Version Actuelle | 1.1.0.1 |
Dernière Mise à Jour | 2020-10-04 |
Date de Publication | 2020-08-11 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | Palani |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/palaniappa/smartbookmarks/blob/master/README.md |
URL de la Page d'Aide | https://github.com/palaniappa/smartbookmarks/issues |
Langues Prises en Charge | 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" ] } } |