Flickr Share with Template
Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…
Flickr Share with Template란 무엇입니까?
Flickr Share with Template은(는) https://blog.othree.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…"입니다.
확장 프로그램 스크린샷
Flickr Share with Template 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With this extension, you can write your own template with mustache template language. Document: https://github.com/othree/flickr-share-template#readme
확장 프로그램 기본 정보
이름 | Flickr Share with Template |
ID | dfnfhbapijahpaobcpojofokllocfpnc |
공식 URL | https://chromewebstore.google.com/detail/flickr-share-with-templat/dfnfhbapijahpaobcpojofokllocfpnc |
설명 | Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With… |
파일 크기 | 57.56 KB |
설치 횟수 | 44 |
현재 버전 | 0.1.10 |
최근 업데이트 | 2016-01-04 |
출시 날짜 | 2016-01-03 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://blog.othree.net |
결제 유형 | free |
도움말 페이지 URL | https://github.com/othree/flickr-share-template |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flickr Share with Template", "version": "0.1.10", "manifest_version": 2, "minimum_chrome_version": "21", "icons": { "128": "icons\/128x128.png", "48": "icons\/48x48.png", "16": "icons\/16x16.png" }, "background": { "scripts": [ "js\/background.js" ] }, "page_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_popup": "popup.html" }, "sandbox": { "pages": [ "hogan.html" ] }, "content_security_policy": "script-src 'unsafe-eval' 'self'; object-src 'self'", "permissions": [ "tabs", "storage" ] } |