I Heart What I See
Every heart is a heart and when you see a heart you heart the heart.
I Heart What I Seeとは何ですか?
I Heart What I Seeはhttps://sklise.comによって開発されたChromeの拡張機能で、その主な機能は「Every heart is a heart and when you see a heart you heart the heart.」です。
I Heart What I See拡張機能のCRXファイルをダウンロード
I Heart What I See拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Every time you see a heart on Twitter, you heart that heart.
拡張機能の基本情報
名前 | |
ID | khfbfkgknmbadpikekmpndghbmpeemeh |
公式URL | https://chrome.google.com/webstore/detail/i-heart-what-i-see/khfbfkgknmbadpikekmpndghbmpeemeh |
説明 | Every heart is a heart and when you see a heart you heart the heart. |
ファイルサイズ | 49.79 KB |
インストール数 | 32 |
現在のバージョン | 0.1.1 |
最終更新日 | 2015-11-06 |
公開日 | 2015-11-06 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://sklise.com |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/sklise/i-heart-what-i-see |
対応言語 | 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:\/\/*\/*" ] } |