Pixiv Bookmark Auto Tag Setter
pixivの★アイコンクリック時のブックマークタグを作品から自動で引用したり、ブックマーク一覧ページでタグを作品タグに更新したりすることが出来ます。
Wat is Pixiv Bookmark Auto Tag Setter?
Pixiv Bookmark Auto Tag Setter is een Chrome-extensie ontwikkeld door reimer0204, en de belangrijkste functie is "pixivの★アイコンクリック時のブックマークタグを作品から自動で引用したり、ブックマーク一覧ページでタグを作品タグに更新したりすることが出来ます。".
Extensie Screenshots
Download het CRX-bestand van de extensie Pixiv Bookmark Auto Tag Setter
Download Pixiv Bookmark Auto Tag Setter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
pixivの作品の右下にある★マークをクリックするとブックマークすることが出来ますが、タグが設定されないせいで後で不便な思いをしていませんか?
この拡張を導入すると、★マーククリック時に自動で作品のタグを引用してブックマークタグにすることが出来ます!
また、既にタグ無しでブックマークしてしまったものも、ブックマークページ上部のボタンから再設定することが出来ます! Basisinformatie over de Extensie
| Naam | |
| ID | ebbfedneappimiccmhkogiimoaadohmh |
| Officiële URL | https://chromewebstore.google.com/detail/pixiv-bookmark-auto-tag-s/ebbfedneappimiccmhkogiimoaadohmh |
| Beschrijving | pixivの★アイコンクリック時のブックマークタグを作品から自動で引用したり、ブックマーク一覧ページでタグを作品タグに更新したりすることが出来ます。 |
| Bestandsgrootte | 8.25 KB |
| Aantal Installaties | 213 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2017-11-27 |
| Publicatiedatum | 2017-11-27 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | reimer0204 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pixiv Bookmark Auto Tag Setter",
"version": "1.0.1",
"manifest_version": 2,
"description": "pixiv\u306e\u2605\u30a2\u30a4\u30b3\u30f3\u30af\u30ea\u30c3\u30af\u6642\u306e\u30d6\u30c3\u30af\u30de\u30fc\u30af\u30bf\u30b0\u3092\u4f5c\u54c1\u304b\u3089\u81ea\u52d5\u3067\u5f15\u7528\u3057\u305f\u308a\u3001\u30d6\u30c3\u30af\u30de\u30fc\u30af\u4e00\u89a7\u30da\u30fc\u30b8\u3067\u30bf\u30b0\u3092\u4f5c\u54c1\u30bf\u30b0\u306b\u66f4\u65b0\u3057\u305f\u308a\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059\u3002",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.pixiv.net\/*"
],
"js": [
"content-script.js"
]
}
],
"web_accessible_resources": [
"embeded-script.js"
],
"permissions": [
"https:\/\/www.pixiv.net\/*"
]
} | |