따옴
삶에 작은 힘이 되는 말들, 새 탭을 열 때마다 랜덤으로 보여 줍니다.
What is 따옴?
따옴 is a Chrome extension developed by CHRM, and its main feature is "삶에 작은 힘이 되는 말들, 새 탭을 열 때마다 랜덤으로 보여 줍니다.".
Extension Screenshots
Download 따옴 Extension CRX File
Download 따옴 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
따옴은 삶에 작은 힘이 되는 '말'들을 새 탭을 열 때마다 랜덤으로 보여 줍니다. - 우측 아래 설정 버튼을 눌러 테마를 변경할 수 있습니다. - 커스텀 테마 기능을 통해 원하는 색상을 지정할 수 있습니다. - 피드백을 남기시려면 좌측 아래 버튼을 이용해주세요. - 모두와 공유하고 싶은 '말'이 있다면, 자유롭게 제보해주세요! 제보 ☞ https://goo.gl/FpI6us ▷ v1.1.5 - 봄맞이 배경 사진 업데이트! - 이제 '말'의 폰트 사이즈를 조절할 수 있습니다.
Extension Basic Information
Name | 따옴 |
ID | jghdlfphhceakekbhfdoohoaoomhgoac |
Official URL | https://chromewebstore.google.com/detail/%EB%94%B0%EC%98%B4/jghdlfphhceakekbhfdoohoaoomhgoac |
Description | 삶에 작은 힘이 되는 말들, 새 탭을 열 때마다 랜덤으로 보여 줍니다. |
File Size | 24.99 MB |
Installation Count | 285 |
Current Version | 1.1.5 |
Last Updated | 2016-03-01 |
Publish Date | 2016-03-01 |
Rating | 4.96/5 Total 23 Ratings |
Developer | CHRM |
Payment Type | free |
Extension Website | http://fb.me/limchrm |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\ub530\uc634", "description": "\uc0b6\uc5d0 \uc791\uc740 \ud798\uc774 \ub418\ub294 \ub9d0\ub4e4, \uc0c8 \ud0ed\uc744 \uc5f4 \ub54c\ub9c8\ub2e4 \ub79c\ub364\uc73c\ub85c \ubcf4\uc5ec \uc90d\ub2c8\ub2e4.", "version": "1.1.5", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "img\/ic_quoty128.png", "16": "img\/ic_quoty16.png", "48": "img\/ic_quoty48.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*" ], "js": [ "js\/angular.min.js" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "chrome:\/\/favicon\/", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |