TotallyLayouts
Add stunning themes to your Tumblr dashboard.
TotallyLayoutsคืออะไร?
TotallyLayouts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.themesltd.com และคุณลักษณะหลักของมันคือ "Add stunning themes to your Tumblr dashboard."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TotallyLayouts
ดาวน์โหลดไฟล์ส่วนขยาย TotallyLayouts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ThemesLtd Dashboard Themes is a must have Google Chrome extension for all social networkers and bloggers. It allows you to add beautiful themes your Tumblr Dashboard. Our supporting website http://www.ThemesLtd.com offer thousands of stunning themes. Installation is just one click away. No more plain boring tumblring. Absolutely no HTML knowledge is needed. Browse our site ThemesLtd.com, choose a theme, click install. Done. +++ So install now and head over to http://ThemesLtd.com and get a whole new look! +++
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TotallyLayouts |
ID | lcgckkcjgkbgjoablpejebabahbamfkc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/totallylayouts/lcgckkcjgkbgjoablpejebabahbamfkc |
คำอธิบาย | Add stunning themes to your Tumblr dashboard. |
ขนาดไฟล์ | 74.41 KB |
จำนวนการติดตั้ง | 4,037 |
เวอร์ชันปัจจุบัน | 1.3.8 |
อัปเดตครั้งล่าสุด | 2014-08-24 |
วันที่เผยแพร่ | 2014-08-24 |
คะแนน | 3.40/5 รวมทั้งหมด 189 คะแนน |
ผู้พัฒนา | https://www.themesltd.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.themesltd.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "manifest_version": 2, "background": { "scripts": [ "asset\/background.js" ] }, "browser_action": { "default_icon": "asset\/icon.png", "popup": "popup.html", "title": "ThemesLtd" }, "content_scripts": [ { "js": [ "asset\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Add stunning themes to your Tumblr dashboard.", "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWYyU7gHxEwY2cTrBZMEXLYlyeKTZzzCbwI5XjNJ96hrV8GGdqr\/uIIdOk8YgffvKyS\/qM+3sdQs3oP7WWI+6v4L+9Ac\/ASADjGZ37jSGm2+AM4jeVGqVHRxn5UpddLL0t7Tl2gHXQYxSdvQHelAQ8fU68zP0m05dIzqTrnPwUCQIDAQAB", "name": "TotallyLayouts", "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3.8" } |