Tumblr Shimeji - Kagamine Len
Kagamine Len plays on your tumblr dash.
Tumblr Shimeji - Kagamine Lenคืออะไร?
Tumblr Shimeji - Kagamine Len เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jarno Le Conté และคุณลักษณะหลักของมันคือ "Kagamine Len plays on your tumblr dash."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tumblr Shimeji - Kagamine Len
ดาวน์โหลดไฟล์ส่วนขยาย Tumblr Shimeji - Kagamine Len ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This little mascot of Kagamine Len will be released on your tumblr dashboard, after which he starts to play and interact with your posts. CREDITS Artwork Artist: ちほ (pixiv ID 345487) http://www.pixiv.net/member.php?id=345487 Original Shimeji Software: Yuki Yamada of Group Finity http://www.group-finity.com/Shimeji/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ccdphbijamfkoiieehbhpmdnijmmophc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tumblr-shimeji-kagamine-l/ccdphbijamfkoiieehbhpmdnijmmophc |
คำอธิบาย | Kagamine Len plays on your tumblr dash. |
ขนาดไฟล์ | 139 KB |
จำนวนการติดตั้ง | 859 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2017-02-26 |
วันที่เผยแพร่ | 2017-02-26 |
คะแนน | 4.16/5 รวมทั้งหมด 85 คะแนน |
ผู้พัฒนา | Jarno Le Conté |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://hckr-me.tumblr.com/shimeji |
URL หน้าช่วยเหลือ | http://hckr-me.tumblr.com/shimeji |
URL หน้านโยบายความเป็นส่วนตัว | http://shimejis.xyz/documents/2019-05-05_privacy_policy_shimejis.xyz.pdf |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tumblr Shimeji - Kagamine Len", "description": "Kagamine Len plays on your tumblr dash.", "version": "0.5", "author": "Jarno Le Cont\u00e9", "manifest_version": 2, "icons": { "128": "icon-128.png" }, "browser_action": { "default_title": "Kagamine Len Shimeji" }, "permissions": [ "storage" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "exclude_globs": [], "include_globs": [], "js": [ "tumblr-shimeji-len.user.js" ], "matches": [ "https:\/\/www.tumblr.com\/dashboard", "https:\/\/www.tumblr.com\/tagged\/*" ], "run_at": "document_end" } ] } |