Awoobooru
Extra Danbooru functions
Awoobooruとは何ですか?
AwoobooruはI_Copy_Jokesによって開発されたChromeの拡張機能で、その主な機能は「Extra Danbooru functions」です。
拡張機能のスクリーンショット
Awoobooru拡張機能のCRXファイルをダウンロード
Awoobooru拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds some small features to Danbooru:
- Preview and Download links under posts listing
* Preview opens a modal window with a link to the post and a download link
- A custom dark mode
- An additional download button on post pages to easy mass-downloading 拡張機能の基本情報
| 名前 | |
| ID | gafcmengeceombcikkeibggkleiabmmb |
| 公式URL | https://chromewebstore.google.com/detail/awoobooru/gafcmengeceombcikkeibggkleiabmmb |
| 説明 | Extra Danbooru functions |
| ファイルサイズ | 137 KB |
| インストール数 | 562 |
| 現在のバージョン | 2.0.0 |
| 最終更新日 | 2022-10-20 |
| 公開日 | 2018-11-20 |
| 評価 | 4.17/5 合計 6 レビュー |
| 開発者 | I_Copy_Jokes |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/TypeA2/Awoobooru |
| ヘルプページのURL | https://github.com/TypeA2/Awoobooru/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Awoobooru",
"version": "2.0.0",
"icons": {
"32": "icon32.png",
"64": "icon64.png",
"128": "icon128.png"
},
"description": "Extra Danbooru functions",
"permissions": [
"tabs",
"storage"
],
"action": {
"default_icon": {
"32": "icon32.png",
"64": "icon64.png",
"128": "icon128.png"
},
"default_title": "Awoobooru",
"default_popup": "html\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.donmai.us\/*"
],
"js": [
"scripts\/bootstrap.bundle.min.js",
"scripts\/content.js"
],
"css": [
"css\/bootstrap.min.css",
"css\/global.css",
"themes\/dark.css"
],
"run_at": "document_end"
}
]
} | |