Feedly はてブ

はてなブックマークの情報を Feedly 上に表示します。

O que é Feedly はてブ?

Feedly はてブ é uma extensão do Chrome desenvolvida por Otchy, e sua principal característica é "はてなブックマークの情報を Feedly 上に表示します。".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Feedly はてブ

Baixe arquivos de extensão Feedly はてブ 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

                        はてなブックマークの情報を Feedly 上に表示するエクステンションです。

Ver.2 で全面的な書き換えを行いモダンな作りになりました。

今後のバージョンでさらなる機能追加を検討しています。                    

Informações Básicas da Extensão

Nome Feedly はてブ Feedly はてブ
ID ggaaakgimbjhmglfoahnaoknmceipgni
URL Oficial https://chromewebstore.google.com/detail/feedly-%E3%81%AF%E3%81%A6%E3%83%96/ggaaakgimbjhmglfoahnaoknmceipgni
Descrição はてなブックマークの情報を Feedly 上に表示します。
Tamanho do Arquivo 301 KB
Contagem de Instalações 363
Versão Atual 2.1.6
Última Atualização 2023-03-10
Data de Publicação 2018-03-23
Classificação 4.89/5 Total de 9 Avaliações
Desenvolvedor Otchy
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/otchy210/feedly-hatebu
Idiomas Suportados ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Feedly \u306f\u3066\u30d6",
    "version": "2.1.6",
    "manifest_version": 2,
    "description": "\u306f\u3066\u306a\u30d6\u30c3\u30af\u30de\u30fc\u30af\u306e\u60c5\u5831\u3092 Feedly \u4e0a\u306b\u8868\u793a\u3057\u307e\u3059\u3002",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Feedly \u306f\u3066\u30d6\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u958b\u304f"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/feedly.com\/i\/collection\/*",
                "https:\/\/feedly.com\/i\/subscription\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ]
}