Triggered
Always be triggered.
Triggeredとは何ですか?
TriggeredはPremysl Karbulaによって開発されたChromeの拡張機能で、その主な機能は「Always be triggered.」です。
拡張機能のスクリーンショット
Triggered拡張機能のCRXファイルをダウンロード
Triggered拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Don't ever forget to be triggered when on the internets. Because let's be real here; who doesn't love to be TRIGGERED all the time?
Ok, so what does it do: Highlights all words TRIGGERs detected on a page. 拡張機能の基本情報
| 名前 | |
| ID | okmabpohjcjiapbmckdceognophlbhcp |
| 公式URL | https://chromewebstore.google.com/detail/triggered/okmabpohjcjiapbmckdceognophlbhcp |
| 説明 | Always be triggered. |
| ファイルサイズ | 72.78 KB |
| インストール数 | 22 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2017-01-10 |
| 公開日 | 2017-01-10 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Premysl Karbula |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Triggered",
"description": "Always be triggered.",
"version": "0.1",
"author": "Premysl Karbula",
"homepage_url": "https:\/\/github.com\/smuuf",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"main.css"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "icon_16.png",
"32": "icon_32.png",
"48": "icon_128.png",
"128": "icon_512.png"
}
} | |