shitpostify
Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!
shitpostifyとは何ですか?
shitpostifyはatlcによって開発されたChromeの拡張機能で、その主な機能は「Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!」です。
拡張機能のスクリーンショット
shitpostify拡張機能のCRXファイルをダウンロード
shitpostify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Needed a way to quickly mock someone's comment online, with minimal effort? Thankfully, shitpostify fills that gap for you! All you need to do is right-click on a highlighted block of text, then click "Shitpostify highlighted text?" to see that Internet Tough Guy's comment ridiculed. Source code is at https://github.com/atlc/shitpostify-extension, any contributions or suggestions for improvement are greatly appreciated.
拡張機能の基本情報
名前 | shitpostify |
ID | dojihbiflikelfjnoaljoeiklhgdnijp |
公式URL | https://chromewebstore.google.com/detail/shitpostify/dojihbiflikelfjnoaljoeiklhgdnijp |
説明 | Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt! |
ファイルサイズ | 46.01 KB |
インストール数 | 85 |
現在のバージョン | 1.0.3 |
最終更新日 | 2020-03-25 |
公開日 | 2020-03-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | atlc |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "shitpostify", "version": "1.0.3", "description": "Right-click highlighted text to turn it into an EMOJi\ud83d\ude89lAdEn\u2642\ufe0fcOpYpasTA\ud83d\udcb0sHiTpoSt!", "manifest_version": 2, "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "64": "\/icons\/64.png", "128": "\/icons\/128.png" } } |