I Heart What I See
Every heart is a heart and when you see a heart you heart the heart.
Co je I Heart What I See?
I Heart What I See je rozšíření Chrome vyvinuté https://sklise.com, a jeho hlavní funkcí je „Every heart is a heart and when you see a heart you heart the heart.“.
Stáhnout soubor CRX rozšíření I Heart What I See
Stáhněte si soubory rozšíření I Heart What I See ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Every time you see a heart on Twitter, you heart that heart.
Základní Informace o Rozšíření
Název | |
ID | khfbfkgknmbadpikekmpndghbmpeemeh |
Oficiální URL | https://chrome.google.com/webstore/detail/i-heart-what-i-see/khfbfkgknmbadpikekmpndghbmpeemeh |
Popis | Every heart is a heart and when you see a heart you heart the heart. |
Velikost souboru | 49.79 KB |
Počet instalací | 32 |
Aktuální Verze | 0.1.1 |
Poslední Aktualizace | 2015-11-06 |
Datum Vydání | 2015-11-06 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://sklise.com |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/sklise/i-heart-what-i-see |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "I Heart What I See", "version": "0.1.1", "manifest_version": 2, "description": "Every heart is a heart and when you see a heart you heart the heart.", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "https:\/\/*\/*" ] } |