Pinboard Search
Search Pinboard in Omnibox
O que é Pinboard Search?
Pinboard Search é uma extensão do Chrome desenvolvida por https://mono0x.net, e sua principal característica é "Search Pinboard in Omnibox".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pinboard Search
Baixe arquivos de extensão Pinboard Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Pinboard Search |
ID | ipooeblefgjhpfcmpjgccamencpbjodd |
URL Oficial | https://chromewebstore.google.com/detail/pinboard-search/ipooeblefgjhpfcmpjgccamencpbjodd |
Descrição | Search Pinboard in Omnibox |
Tamanho do Arquivo | 64.59 KB |
Contagem de Instalações | 208 |
Versão Atual | 0.4.0 |
Última Atualização | 2015-12-31 |
Data de Publicação | 2015-12-30 |
Classificação | 4.32/5 Total de 25 Avaliações |
Desenvolvedor | https://mono0x.net |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |