Dripmarks
A bookmark tagging tool powerd by the Dropbox API and Readability
O que é Dripmarks?
Dripmarks é uma extensão do Chrome desenvolvida por apphacker, e sua principal característica é "A bookmark tagging tool powerd by the Dropbox API and Readability".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dripmarks
Baixe arquivos de extensão Dripmarks 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
Dripmarks is a bookmarking tool powered by the Dropbox API and the Readability API.
Unlike Instapaper and Pocket, you own your own data with your own Dropbox account.
Differences from Instapaper and Pocket:
* You own and control the data. Totally private. Only you and Dropbox can see your bookmarks.
* Only a chrome extension for now, planning on adding an app for Android, and if that works out maybe for other platforms and browsers in the future.
* Always free and open source.
I finally fixed the oauth problem, sorry it took so long. Informações Básicas da Extensão
| Nome | |
| ID | oeibaijncimbhaodhikifokafmjpgjkd |
| URL Oficial | https://chrome.google.com/webstore/detail/dripmarks/oeibaijncimbhaodhikifokafmjpgjkd |
| Descrição | A bookmark tagging tool powerd by the Dropbox API and Readability |
| Tamanho do Arquivo | 408 KB |
| Contagem de Instalações | 14 |
| Versão Atual | 1.6.1 |
| Última Atualização | 2014-03-02 |
| Data de Publicação | 2014-03-02 |
| Classificação | 5.00/5 Total de 1 Avaliações |
| Desenvolvedor | apphacker |
| Tipo de Pagamento | free |
| Site da Extensão | https://github.com/btipling/dripmarks |
| Idiomas Suportados | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Dripmarks",
"description": "A bookmark tagging tool powerd by the Dropbox API and Readability",
"version": "1.6.1",
"permissions": [
"tabs",
"storage",
"https:\/\/readability.com\/*",
"https:\/\/*.dropbox.com\/*"
],
"web_accessible_resources": [
"chrome_oauth_receiver.html"
],
"content_security_policy": "script-src 'self' https:\/\/www.dropbox.com; object-src 'self'",
"background": {
"page": "html\/background.html",
"persistent": true
},
"browser_action": {
"default_icon": {
"19": "images\/logo-19.png",
"38": "images\/logo-38.png"
},
"default_title": "Dripmarks",
"default_popup": "html\/popup.html"
},
"icons": {
"16": "images\/logo-16.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png"
}
} | |