Pinboard Search
Search Pinboard in Omnibox
Qu'est-ce que Pinboard Search ?
Pinboard Search est une extension Chrome développée par https://mono0x.net, et sa fonction principale est "Search Pinboard in Omnibox".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pinboard Search
Téléchargez les fichiers d'extension Pinboard Search 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
Pinboard Search provides incremental search for Pinboard. In the Omnibox, type 'p', hit space and then you can search your bookmarks. https://github.com/mono0x/pinboard-search version 0.4.0 - Add support for search expressions. 'a OR b', 'title:word', 'tag:word', 'comment:word', and '-word' are now supported. version 0.3.0 - Use Migemo Server (https://chrome.google.com/webstore/detail/migemo-server-for-google/dfccgbheolnlopfmahkcjiefggclmadb) instead of ChromeMigemo. version 0.2.0 - Add support for ChromeMigemo (https://chrome.google.com/webstore/detail/chromemigemo/pocnedlaincikkkcmlpcbipcflgjnjlj). version 0.1.0 - Add support for API token.
Informations de Base sur l'Extension
Nom | Pinboard Search |
ID | ipooeblefgjhpfcmpjgccamencpbjodd |
URL Officiel | https://chromewebstore.google.com/detail/pinboard-search/ipooeblefgjhpfcmpjgccamencpbjodd |
Description | Search Pinboard in Omnibox |
Taille du Fichier | 64.59 KB |
Nombre d'Installations | 208 |
Version Actuelle | 0.4.0 |
Dernière Mise à Jour | 2015-12-31 |
Date de Publication | 2015-12-30 |
Évaluation | 4.32/5 Total 25 Évaluations |
Développeur | https://mono0x.net |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pinboard Search", "version": "0.4.0", "description": "Search Pinboard in Omnibox", "background": { "scripts": [ "lib\/jquery.min.js", "lib\/utils.js", "lib\/pinboard.js", "lib\/migemo.js", "lib\/search.js", "lib\/parser.js", "lib\/omnibox.js" ] }, "sandbox": { "pages": [ "sandbox.html" ], "content_security_policy": "sandbox allow-scripts; script-src 'unsafe-eval'" }, "options_page": "options.html", "omnibox": { "keyword": "p" }, "permissions": [ "storage", "alarms", "unlimitedStorage", "https:\/\/api.pinboard.in\/v1\/posts\/update", "https:\/\/api.pinboard.in\/v1\/posts\/all" ] } |