Paperback: a minimal WorkFlowy theme

A minimal theme for WorkFlowy on the web.

Paperback: a minimal WorkFlowy themeคืออะไร?

Paperback: a minimal WorkFlowy theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SamStephenson และคุณลักษณะหลักของมันคือ "A minimal theme for WorkFlowy on the web."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Paperback: a minimal WorkFlowy theme

ดาวน์โหลดไฟล์ส่วนขยาย Paperback: a minimal WorkFlowy theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A cleaner interface for Workflowy:
- Less cluttered
- Improved Typography
- Cleaner icons
- Color!


RELEASE NOTES:

12.2
- Larger body font size for easier reading
- Fixed bug where emoji wouldn't display properly in header

12.1
- Visual bug fixes

12
- Softened, less noisy typeface: Source Sans Pro
- Brighter bullets for easier definition between items
- Tightened up menus
- Revised styling for links and tags

11
- Improved handling of large numbers of starred pages

10
- New font: IBM Plex
- Cleaned up menus
- Always-on page heading to show where you are in document
- Larger, less distracting bullets

0.9
- New loading indicator
- Hover animations on bullets and UI buttons
- Background overlay for settings dialog
- Search box drop shadow

0.8.1
Plays nicer with the new 'Expand/Collapse all' options

0.8.0
Support for new drag & drop functionality – added some colored bars to indicate your drop target. 
Fixed some spacing bugs introduced by changes from WorkFlowy HQ

0.7.2
Fixed a bug causing a persistent popup alert. Incredibly sorry to anyone this blocked from using WorkFlowy

0.7
Updated starred pages
Squashed some bugs

0.6
Improved, more regular spacing
Shared bullets look prettier
Bug fixes

0.2.1
Updated icon

0.2
Settings, Share & more updated. Carrying out design across all screens.

0.1.4:
Menus designed

0.1.3:
Updated, uncluttered header design

0.1.2:
- Removed underline from links
- Improved starred pages UI. Now up top!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Paperback: a minimal WorkFlowy theme Paperback: a minimal WorkFlowy theme
ID bpjpijncnhdfjjhidmimgollbjipohjc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/paperback-a-minimal-workf/bpjpijncnhdfjjhidmimgollbjipohjc
คำอธิบาย A minimal theme for WorkFlowy on the web.
ขนาดไฟล์ 882 KB
จำนวนการติดตั้ง 154
เวอร์ชันปัจจุบัน 12.2
อัปเดตครั้งล่าสุด 2018-07-04
วันที่เผยแพร่ 2018-07-04
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา SamStephenson
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Paperback: a minimal WorkFlowy theme",
    "short_name": "Paperback",
    "version": "12.2",
    "description": "A minimal theme for WorkFlowy on the web.",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/workflowy.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "icons": {
        "16": "icon\/ic_16.png",
        "48": "icon\/ic_48.png",
        "128": "icon\/ic_128.png"
    }
}