TotallyLayouts
Add stunning themes to your Tumblr dashboard.
TotallyLayouts란 무엇입니까?
TotallyLayouts은(는) https://www.themesltd.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add stunning themes to your Tumblr dashboard."입니다.
확장 프로그램 스크린샷
TotallyLayouts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |