Ducks to 🦆 emoji
Change all ducks and ducklings on the internet to 🦆 and 🐣
Ducks to 🦆 emojiとは何ですか?
Ducks to 🦆 emojiはthe-meme-boardによって開発されたChromeの拡張機能で、その主な機能は「Change all ducks and ducklings on the internet to 🦆 and 🐣」です。
Ducks to 🦆 emoji拡張機能のCRXファイルをダウンロード
Ducks to 🦆 emoji拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will change all the word's "Duck" and "Duckling" to the proper emojis 🦆 and 🐣!
拡張機能の基本情報
名前 | |
ID | pafabigkmominepmnkgnpadmohnmadjd |
公式URL | https://chrome.google.com/webstore/detail/ducks-to-%F0%9F%A6%86-emoji/pafabigkmominepmnkgnpadmohnmadjd |
説明 | Change all ducks and ducklings on the internet to 🦆 and 🐣 |
ファイルサイズ | 103 KB |
インストール数 | 10 |
現在のバージョン | 1.0 |
最終更新日 | 2016-12-06 |
公開日 | 2016-12-06 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | the-meme-board |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ducks to \ud83e\udd86 emoji", "description": "Change all ducks and ducklings on the internet to \ud83e\udd86 and \ud83d\udc23", "version": "1.0", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ] } |