Blink Style Importer
Adding custom css styles on any page, with cloud synchronization for save short styles across devices
Blink Style Importer란 무엇입니까?
Blink Style Importer은(는) uaMithril에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adding custom css styles on any page, with cloud synchronization for save short styles across devices"입니다.
확장 프로그램 스크린샷
Blink Style Importer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features: - Autocomplete - CSS Code Linting - Check on Brackets - Saving short styles in cloud when logged in Chrome browser Changelog: 0.2.3 * Under the hood: Changed few permissions and background page for operate with Google Firebase * Added: Profile page, with Google login * Added: Google Firebase, for store accounts/options, now only store profiles 0.2.2 * Added: Alert message if storage for page are full, or text too long * Change: Now icon change right after save or clear blink style 0.2.1 * Fix: Correct strings save in storage 0.2.0 * Under the hood: Started options page. Added settings versions feature for future updates * Added: Auto-save feature, by default * Added: Loading Progress bar for Auto-save * Change: Editor font size now 14px, by default * Change: Removed Submit button 0.1.7 * Change: Removed Load button * Change: Now Notifications messages appear less often * Added: Script will try load page first time if it real url page only * Added: Now when load page with Blink styles, extension icon will be changed 0.1.6 * Publish to store and added git home page 0.1.5 * Added: context menu dropdown in modal * Added: action to clear all data from storage * Added: action to clear only current data from storage * Added: action to log all storage data to console * Updated screens 0.1.1 * Start rewrite app * Now added Chrome synchronization * Start saving data in storage 0.1.0 * Refactored code * When popup opened it try load exist Blink styles from page 0.0.1 * First version, it no save data after page reload
확장 프로그램 기본 정보
이름 | Blink Style Importer |
ID | lbgchcpklbidcojffpncpclnkopchcff |
공식 URL | https://chromewebstore.google.com/detail/blink-style-importer/lbgchcpklbidcojffpncpclnkopchcff |
설명 | Adding custom css styles on any page, with cloud synchronization for save short styles across devices |
파일 크기 | 1.16 MB |
설치 횟수 | 91 |
현재 버전 | 0.2.3 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | uaMithril |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/uamithril/blink-style-importer |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blink Style Importer", "version": "0.2.3", "manifest_version": 2, "description": "Adding custom css styles on any page, with cloud synchronization for save short styles across devices", "homepage_url": "https:\/\/github.com\/uamithril\/blink-style-importer", "author": "uaMithril", "icons": { "16": "img\/icons\/icon16.png", "48": "img\/icons\/icon48.png", "128": "img\/icons\/icon128.png" }, "browser_action": { "default_icon": "img\/icons\/icon128.png", "default_title": "Add custom styles on page", "default_popup": "index.html" }, "permissions": [ "storage", "activeTab", "tabs", " |